projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa16b40
)
Seal priv pointer in GtkFileChooserButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:29 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:29 +0000
(11:04 +0000)
svn path=/trunk/; revision=20562
gtk/gtkfilechooserbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.h
b/gtk/gtkfilechooserbutton.h
index 761153332ae8b4718a1e1875e8b3becac1b1fb33..4d9311726f5c66b37abe0b6e3673f023b4d852a6 100644
(file)
--- a/
gtk/gtkfilechooserbutton.h
+++ b/
gtk/gtkfilechooserbutton.h
@@
-46,7
+46,7
@@
struct _GtkFileChooserButton
/*< private >*/
GtkHBox parent;
- GtkFileChooserButtonPrivate *
priv
;
+ GtkFileChooserButtonPrivate *
GSEAL (priv)
;
};
struct _GtkFileChooserButtonClass